home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Programming
/
SecalDemo
/
Inc
/
diskfont
/
oterrors.inc
< prev
Wrap
Text File
|
1998-06-24
|
337b
|
16 lines
def OTERR_Failure = -1;
def OTERR_Success = 0;
def OTERR_BadTag = 1;
def OTERR_UnknownTag = 2;
def OTERR_BadData = 3;
def OTERR_NoMemory = 4;
def OTERR_NoFace = 5;
def OTERR_BadFace = 6;
def OTERR_NoGlyph = 7;
def OTERR_BadGlyph = 8;
def OTERR_NoShear = 9;
def OTERR_NoRotate = 10;
def OTERR_TooSmall = 11;
def OTERR_UnknownGlyph = 12;